-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix indent setting in .editorconfig
for *.v
files
#183
Fix indent setting in .editorconfig
for *.v
files
#183
Conversation
WalkthroughThis pull request primarily focuses on modifying the EditorConfig file to enhance code formatting. The changes include switching the indentation style from spaces to tabs for files with extensions Changes
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Files ignored due to filter (6)
- fft/v.mod
- inout/h5/v.mod
- mpi/v.mod
- plot/v.mod
- v.mod
- vcl/v.mod
Files selected for processing (1)
- .editorconfig (1 hunks)
Files skipped from review due to trivial changes (1)
- .editorconfig
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
Updates a aged setting in the .editorconfig for V files.
I'm running into some editor interference with the current indent setting. If the current setting would actually be used it would also be incompatible with
v fmt
.Summary by CodeRabbit
.v
,.vsh
, and.mod
will now use tab-based indentation instead of space-based. This change ensures consistency in code style across these file types.Please note, these changes are internal and do not affect the functionality or user experience of the software.